home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / lotto10.zip / LOTTO.DOC next >
Text File  |  1992-01-06  |  4KB  |  117 lines

  1.  
  2.  
  3.                         ▄    ▄▄▄  ▄▄▄  ▄▄▄  ▄▄▄
  4.                         █▄▄  █▄█   █    █   █▄█
  5.  
  6.  
  7.              A QuickBBS / Remote Access Time Gambling Game
  8.              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9.  
  10.  What is it?
  11.  ~~~~~~~~~~~
  12.  
  13. LOTTO is a game which will give your  users  the  chance  to  win  extra
  14. on-line  time.   The  user  picks  three numbers (each between 0 and 9).
  15. Then the game picks three random single digit numbers.   The  user  wins
  16. time  based  on  how many of their numbers match the computer's numbers.
  17. They win more if the numbers match in exact order.  Each  turn  costs  5
  18. minutes.
  19.  
  20. LOTTO  will  also allow the sysop to chat with the user (Alt-C), drop to
  21. DOS (Alt-J), and alter the user's time.  Press F9 from within  the  game
  22. for more features.
  23.  
  24. LOTTO  will  automatically  handle  locked  baud  rates,  carrier detect
  25. monitoring and all the  other  things  that  every  modern  door  should
  26. handle.
  27.  
  28.  
  29.  How do I set it up?
  30.  ~~~~~~~~~~~~~~~~~~~
  31.  
  32. LOTTO  will  run  as  a type 7 door with Remote Access and with QuickBBS
  33. version 2.75.  It will run as a type 15 door with QuickBBS version  2.66
  34. and  below.  Consult your BBS documentation for details on how to set up
  35. doors with your software.
  36.  
  37. I suggest having your BBS call a batch file which, in turn,  starts  the
  38. door.   Have  this  batch  file  change  to  the directory that contains
  39. LOTTO.EXE and its key file (if you have registered this door).
  40.  
  41. For example, here is a sample batch file called LOTTO.BAT;
  42.  
  43.                            @echo off
  44.                            cd d:\qbbs\doors\lotto
  45.                            lotto.exe d:\qbbs 20 45
  46.                            cd d:\qbbs
  47.  
  48. LOTTO requires at least 1 command line parameter and no more than three.
  49.  
  50. The required parameter is the path to the system files (dorinfo1.def and
  51. exitinfo.bbs).
  52.  
  53. The  second  parameter  is  the maximum number of turns that the user is
  54. allowed to take in one session.  If the user takes their maximum  number
  55. of turns, leaves the door, and comes back later, they WILL be allowed to
  56. play again.  This may change in a future version of LOTTO.
  57.  
  58. The third parameter is the maximum amount  of  time  that  the  user  is
  59. allowed  to win.  Again, if they leave the door and come back, they will
  60. be allowed to play again.
  61.  
  62. If you do not give the second and third parameter on the  command  line,
  63. LOTTO will default to 25 turns and 60 minutes.
  64.  
  65. So, if you start the game with the command:
  66.  
  67.                      LOTTO.EXE D:\QBBS 20 45
  68.  
  69. LOTTO  will look for the system files in the directory D:\QBBS, the user
  70. will be allowed to try his luck 20 times, and will be sent back  to  the
  71. BBS if he wins more than 45 minutes.
  72.  
  73.  
  74.  Can I run it locally?
  75.  ~~~~~~~~~~~~~~~~~~~~~
  76.  
  77. Of course!  You can run LOTTO in local mode by entering:
  78.  
  79.                            LOTTO  local
  80.  
  81. LOTTO will then ask you for your name and continue from there.   This is
  82. a  good  way to test the door to see if you really  want to set it up on
  83. your BBS.  When in local mode,  LOTTO  requires  that you  have ANSI.SYS
  84. installed in your config.sys.
  85.  
  86.  
  87.  Registration:
  88.  ~~~~~~~~~~~~~
  89.  
  90. LOTTO  is  NOT  freeware!   If you use LOTTO on your BBS for more than 3
  91. weeks, you are required to register it.  Registration is  very  cheap  -
  92. only  $5.00.   I am a sysop too, and I realize  that  registering  EVERY
  93. program is quite a financial drain.   This is really  only a small token
  94. to give me  incentive to continue  door  programming.   Run the  program
  95. REGISTER.EXE if  you  decide to  register.   When you register, your BBS
  96. name will appear in place of the bright yellow [UNREGISTERED] during the
  97. game.  This will help show your callers that YOU support shareware!
  98.  
  99.  
  100.  Legal disclaimer:
  101.  ~~~~~~~~~~~~~~~~~
  102.  
  103. I  guarantee  that  LOTTO will take up space on your hard drive.  That's
  104. all.  If your drive starts sounding like a  blender  full  of  nuts  and
  105. bolts  5  minutes  after  installing LOTTO, I'll feel bad but that's the
  106. extent of my responsibility.  Use this program at your own risk.  It has
  107. worked for me with my particular setup.
  108.  
  109. If  you  have  any questions, comments, or suggestions about LOTTO, feel
  110. free to contact me.
  111.  
  112.                              Ron Bergeron
  113.                               The Machine
  114.                              (508)948-2921
  115.                            FidoNet 1:324/124
  116.  
  117.